projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cf201c
)
*** empty log message ***
author
Kim F. Storm
<storm@cua.dk>
Mon, 29 Mar 2004 22:37:09 +0000
(22:37 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 29 Mar 2004 22:37:09 +0000
(22:37 +0000)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index ef48270ee584b50f450e586db8c798a776f2d32a..d8ecfb98f5a93ad54afa3acc77a800aaf19db29e 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,11
@@
+2004-03-30 Kim F. Storm <storm@cua.dk>
+
+ * xterm.c (x_mouse_click_focus_ignore_position): New var.
+ (syms_of_xterm): DEFVAR_BOOL it.
+ (ignore_next_mouse_click_timeout): New var.
+ (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
+ Use it to filter mouse clicks following focus event.
+
2004-03-29 David Ponce <david@dponce.com>
* callint.c (Fcall_interactively): Fix last change.